-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the category icons. #29553
Update the category icons. #29553
Conversation
Size Change: +270 B (0%) Total Size: 1.39 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this Joen! This will need a small rebase to apply the variations change and to address the comment below.
After that this is ready to 🚢
@@ -5,7 +5,11 @@ import { SVG, Path } from '@wordpress/primitives'; | |||
|
|||
const category = ( | |||
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | |||
<Path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V7h15v12zM9 10H7v2h2v-2zm0 4H7v2h2v-2zm4-4h-2v2h2v-2zm4 0h-2v2h2v-2zm-4 4h-2v2h2v-2zm4 0h-2v2h2v-2z" /> | |||
<Path | |||
fill-rule="evenodd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fill-rule
and clip-rule
should be changed to fillRule
and clipRule
respectively.
70c9495
to
c5feeb3
Compare
Description
The category icons were wrong:
This PR adds a new post categories icon, and uses the existing category icon to replace the calendar:
How has this been tested?
Search for "Categor" in the Inserter
Checklist: